ADAM SHAND
  • CV
  • Posts

Document

Hi, Im Adam.

An environmental data analyst decoding nature's secrets.

With experience in R, Tableau, SQL and GIS, I transform raw environmental data into meaningful narratives with stunning visuals. From crafting data-driven solutions to fostering sustainability, I am dedicated to bridging the gap between technology and the environment.

Adam Shand
Source Code
---
comments: false
page-layout: full
format:
  html: 
    margin-top: 0em
    margin-bottom: 0em
    minimal: true
    smooth-scroll: true
    fig-responsive: true
---

::: {.column-screen}
```{=html}
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible content="IE=edge">
  <meta name="viewport" content = "width=device-width, initial-scale=1.0">
  <title>Document</title>
</head>

<body class="landing-body">
  <div class="landing-background">
    <div class="half">
      <h1 style="font-size:64px;"><span id=hero-landing>Hi, Im </span><span id=hero-adam>Adam</span>.</h1>
      <i>An environmental data analyst decoding nature's secrets.</i>
      <br>
      <br>
      <p> With experience in R, Tableau, SQL and GIS, I transform raw environmental data into meaningful narratives with stunning visuals. From crafting data-driven solutions to fostering sustainability, I am dedicated to bridging the gap between technology and the environment. </p>
    </div>
    <div class="half">
      <img src="./images/profile_svg.svg" alt="Adam Shand">
    </div>
  </div>
</body>

```

:::
  • Source Code